Skip to content

fix: LS26001370: avoid tbl droparea to go out the screen#2854

Merged
lucafoscili merged 1 commit intodevelopfrom
fix/datatable-droparea
May 5, 2026
Merged

fix: LS26001370: avoid tbl droparea to go out the screen#2854
lucafoscili merged 1 commit intodevelopfrom
fix/datatable-droparea

Conversation

@zammarchi-smeup
Copy link
Copy Markdown
Collaborator

Changed display none -> flex behaviour for droparea visibility to a opacity 0 -> 1.

This works because kup-dynamic position calculates the droparea left distance when the droparea is still in display none (elements aligned vertically), then the "--visible" state changes the display from none to flex (elements aligned vertically), but the dynamic position does not retrigger its calculations.

The fix maintains the display to flex to make kup-dynamic position always calculate left correctly and visibility is simply toggled with opacity

@lucafoscili lucafoscili merged commit d060f9a into develop May 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants